home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / TELEPATH.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  50 lines

  1. ; Gateway 14,400 bps Fax/Modem v.32/v.42bis
  2. ;     (Original: HAYSULTR.INC)
  3. ;
  4. ;  The following setup is in NRAM as Profile 0
  5. ;
  6. ;       AT&F
  7. ;       ATTN1W2
  8. ;       AT&C1&D2&G0&J0&K3&L0&P0
  9. ;       AT&Q5&U0
  10. ;       ATS7=60S49=8S50=240&W0
  11. ;
  12. ; To get there, start with:
  13. ;   AT&F.........
  14. ; ACTIVE PROFILE: (Factory Defaults)
  15. ;   B1 E1 L2 M1 N1 P Q0 V1 W0 X4 Y0 &C0 &D0 &G0 &J0 &K3 &Q5
  16. ;   &R0 &S0 &T4 &X0 &Y0
  17. ;   S00:000 S01:000 S02:043 S03:013 S04:010 S05:008 S06:002
  18. ;   S07:050 S08:002 S09:006 S10:014 S11:095 S12:050 S18:000
  19. ;   S25:005 S26:001 S36:007 S37:000 S38:020 S44:003
  20. ;   S46:138 S48:007 S49:008 S50:255
  21. ;
  22. ;      Then Type:
  23. ;  ATT W1 &C1 &D2 &L0 &P0 S7=60 S95=47 &W0
  24. ;
  25. ;  This stores the correct profile in Profile 0
  26.  
  27. Baud          38400
  28. Parity        N
  29. WordLen       8
  30. StopBits      1
  31.  
  32. XonXoff       BOTH
  33. CtsRts        BOTH
  34. MatchBaud     FALSE
  35.  
  36. ModemInitStrg ATZ0^M
  37. ModemDialStrg ATDT
  38. ModemDialSufx ^M
  39. ModemHangStrg ;
  40. DTRHangup     TRUE
  41.  
  42. Connect       CONNECT,38400
  43.  
  44. NoConnect     NO_DIALTONE
  45. NoConnect     NO_CARRIER
  46. NoConnect     BUSY
  47. NoConnect     VOICE
  48.  
  49.  
  50.